get Bin Information
fun getBinInformation(binNumber: String, currencyCode: String? = null, amount: Double? = null, onSuccess: (binInfo: DLBinInfo) -> Unit, onError: (error: DLError) -> Unit)
Get information about a card from its bin number (first 6 digits)
Parameters
bin Number
of the card to which get the associated information. Bin number refers to the first 6 digits of the card number.
currency Code
three digits currency code for the installments plan
amount
total amount to create installments plan
on Success
function that is called when the request produces a valid result.
on Error
function that is called when an error occurs.